home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: seebs@solutions.solon.com (Peter Seebach)
- Newsgroups: comp.lang.c
- Subject: Re: Schildt <- Advanced Books
- Date: 11 Feb 1996 11:28:03 -0600
- Organization: Usenet Fact Police (Undercover)
- Message-ID: <4fl8v3$pf@solutions.solon.com>
- References: <8BA8405.02C70020DE.uuout@sourcebbs.com> <4fkmni$589@prairie.nodak.edu>
- NNTP-Posting-Host: solutions.solon.com
-
- In article <4fkmni$589@prairie.nodak.edu>,
- Just Me <wstark@prairie.nodak.edu> wrote:
- >There are many more examples of wrong annotations, but reading them makes
- >my head hurt. There is rumored to be a overly complete list of errors in
- >the annotations available on the net. (I don't know where it is, neither do
- >I care).
-
- It is actually not very complete, but you can find it off of the
- excellent "Programming in C" page, http://www.lysator.liu.se/c
-
- A minor one not included:
- for(i=0;i<10;++i) {
- printf("%d",i);
- if(i==5)break;
- }
- is described as printing "only the numbers 1 through 5".
-
- -s
- --
- Peter Seebach - seebs@solon.com - Copyright 1995 Peter Seebach.
- C/Unix wizard -- C/Unix questions? Send mail for help. No, really!
- FUCK the communications decency act. Goddamned government. [literally.]
- The *other* C FAQ - ftp taniemarie.solon.com /pub/c/afq - Not A Flying Toy
-